ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
10

InheritanceType.JOINED

Enum Constant javax.persistence.InheritanceType JOINED A strategy in which fields that are specific to a subclass are mapped to a separate table than the fields that are common to the parent class, and a join is performed to instantiate the subclass. Since: JPA 1.0
1

Join.generatePrimaryKey

Annotation Element javax.jdo.annotations.Join String generatePrimaryKey Generate or assume a primary key constraint exists on the column or columns associated with this join. Specify "true" or "false". Returns: whether to generate or assume a primary key constraint Default value: "" Since: JDO 2.1
1

Join.deleteAction

Annotation Element javax.jdo.annotations.Join ForeignKeyAction deleteAction Delete action to be applied to any ForeignKey on this join. Returns: the delete action Default value: javax.jdo.annotations.ForeignKeyAction.UNSPECIFIED Since: JDO 2.1
1

Join.primaryKey

Annotation Element javax.jdo.annotations.Join String primaryKey Name for a generated primary key constraint. Returns: the name of the generated primary key constraint Default value: "" Since: JDO 2.1
1

Join.foreignKey

Annotation Element javax.jdo.annotations.Join String foreignKey Name for a generated foreign key constraint. Returns: the name of the generated foreign key constraint Default value: "" Since: JDO 2.1
1

Join.index

Annotation Element javax.jdo.annotations.Join String index The name of the index to generate. Returns: the name of the index Default value: "" Since: JDO 2.1
1

Join.extensions

Annotation Element javax.jdo.annotations.Join Extension[] extensions Vendor extensions. Returns: the vendor extensions Default value: {} Since: JDO 2.1
1

Join.uniqueKey

Annotation Element javax.jdo.annotations.Join String uniqueKey The name of the unique key constraint to generate. Returns: the name of the unique key constraint Default value: "" Since: JDO 2.1
1

Constants.OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS

Static Field javax.jdo.Constants String OPTION_MAPPING_JOINED_TABLE_PER_CONCRETE_CLASS "javax.jdo.option.mapping.JoinedTablePerConcreteClass" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions()
1

Constants.OPTION_MAPPING_JOINED_TABLE_PER_CLASS

Static Field javax.jdo.Constants String OPTION_MAPPING_JOINED_TABLE_PER_CLASS "javax.jdo.option.mapping.JoinedTablePerClass" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions()

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support